Welcome![Sign In][Sign Up]
Location:
Search - winInet http

Search list

[Internet-Networkdown_wininet

Description: 用winInet api函数写的一个简单的http下载程序.-used to write the function of a simple http download.
Platform: | Size: 2048 | Author: 安仲明 | Hits:

[Windows Developex34a

Description: 将一个HTTP服务器、一个WINSOCK HTTP客户和两个WININET HTTP客户组合在一起-to an HTTP server, an HTTP client and WINSOCK 2 WININET HTTP client portfolio together
Platform: | Size: 84992 | Author: 阿甘 | Hits:

[Internet-Networknetong

Description: 直接用socket实现HTTP协议  从HTTP服务器上下载一个文件有很多方法,“热心”的微软提供了 WinInet 类,用起来也很方便。当然,我们也可以自己实现这些功能,通过格式化请求头很容易就能实现断点续传和检查更新等等功能 。 -direct socket achieve HTTP protocol from the HTTP server to download a document, there are many ways, "enthusiastic" Microsoft provides a WinInet classes and it is also very convenient. Of course, we can also achieve these functions themselves, the first request by formatting is easy to achieve HTTP and check updates and so on.
Platform: | Size: 1227776 | Author: wudi | Hits:

[Internet-Networknetong1

Description:   从HTTP服务器上下载一个文件有很多方法,“热心”的微软提供了 WinInet 类,用起来也很方便。当然,我们也可以自己实现这些功能,通过格式化请求头很容易就能实现断点续传和检查更新等等功能 。-from the HTTP server to download a document, there are many ways, "enthusiastic" Microsoft provides a WinInet classes and it is also very convenient. Of course, we can also achieve these functions themselves, the first request by formatting is easy to achieve HTTP and check updates and so on.
Platform: | Size: 70656 | Author: wudi | Hits:

[CSharpMyBrowsers

Description: 这是一个通过MFC WinInet类实现的HTTP客户程序-through MFC WinInet Class Implementation of the HTTP client program
Platform: | Size: 45056 | Author: 蔡海 | Hits:

[Sniffer Package captureClient_WinInet

Description: winsock应用的精典实例,http协议-winsock application of classical example http protocol
Platform: | Size: 1894400 | Author: 杨兆松 | Hits:

[CommunicationHTTPClientTest

Description: HTTP操作类,封装了wininet,看了就明白了,非常方便使用-HTTP operations, the wininet Packaging, read on to understand and very user-friendly
Platform: | Size: 6144 | Author: fan | Hits:

[Delphi VCLUtilMind.WinHTTP.v3.2.6FS

Description: UtilMind.WinHTTP.v3.2.6.for.Delphi.BCB.Full.Source-SSGWinHTTP是一款基于WinInet的HTTP客户端控件允许你通过HTTP协议POST或者GET数据。通过WinHTTP你可以获取网页、下载文件、取得CGI返回结果,甚至还可以上传文件到CGI。-UtilMind.WinHTTP.v3.2.6.for.Delphi.B CB.Full.Source-A SSGWinHTTP is based on the HT WinInet TP client controls allow you to the HTTP protocol POST or GET data. WinHTTP through the website you can access and download documents to obtain CGI results they can even upload files to CGI.
Platform: | Size: 171008 | Author: 红雨 | Hits:

[Internet-Networkasynchttp

Description: 异步http例子,使用WinInet库.-Asynchronous http example, use the WinInet library.
Platform: | Size: 4096 | Author: 小虾 | Hits:

[TCP/IP stackryeolhttpclient_src

Description: CHttpClient的目的是用于简化WinInet的API,用于和HTTP服务器进行交互。可以使用HTTP GET向HTTP服务器发送请求(用于请求一个URL对应的内容),使用HTTP POST想HTTP服务器发送数据(用于传递文件和提交表单),以及处理CHttpResponse回来的数据,另外加入了严格的异常检测。附件里同时包含了一普通版和COM版的源代码。-CHttpClient aim is to simplify WinInet
Platform: | Size: 74752 | Author: 严锐 | Hits:

[Browser Clientasynchttp

Description: 异步控制wininet,实现http下载-Asynchronous Control wininet, achieve http download
Platform: | Size: 3072 | Author: liping | Hits:

[Browser ClientVb_wininet

Description: vb 调用wininet 实现http下载-vb call wininet achieve http download
Platform: | Size: 4096 | Author: liping | Hits:

[Internet-NetworkAysnWinInetDemo

Description: 异步I/O WinInet Http数据获取,可以用来做下载。使用 WinInet Api。-Asynchronous I/O WinInet Http data acquisition, can be used to make download. The use of WinInet Api.
Platform: | Size: 1250304 | Author: 刘应 | Hits:

[Internet-NetworkALWinHttpWrapper

Description: Description: Microsoft?Windows?HTTP Services (WinHTTP) provides developers with a server-supported, high-level interface to the HTTP/1.1 Internet protocol. WinHTTP is designed to be used primarily in server-based scenarios by server applications that communicate with HTTP servers. WinHTTP is also designed for use in system services and HTTP-based client applications. WinHTTP is more secure and robust than WinInet. However, single-user applications that need FTP or gopher functionality, cookie persistence, caching, automatic credential dialog handling, Internet Explorer compatibility, or downlevel platform support should still consider using WinInet.-Description: Microsoft? Windows? HTTP Services (WinHTTP) provides developers with a server-supported, high-level interface to the HTTP/1.1 Internet protocol. WinHTTP is designed to be used primarily in server-based scenarios by server applications that communicate with HTTP servers. WinHTTPis also designed for use in system services and HTTP-based client applications. WinHTTP is more secure and robust than WinInet. However, single-user applications that need FTP or gopher functionality, cookie persistence, caching, automatic credential dialog handling, Internet Explorer compatibility, or downlevel platform support should still consider using WinInet.
Platform: | Size: 15360 | Author: c6699 | Hits:

[Internet-NetworkWinNet

Description: HTTP断点续传源码,用WinInet API编写的。代码很简单。-HTTP HTTP source, prepared by the WinInet API. Code is very simple.
Platform: | Size: 5120 | Author: asheng | Hits:

[Internet-NetworkHTTP

Description: 用C++实现的HTTP Web下载,两种方式实现: 1.WinInet(这种方式很简单,但不是很灵活) 2.WinSock(也就是Socket,这种方式有点繁琐,但是可以自定义发送HTTP的报文头和接收响应头,很灵活) 因作者编程水平有限,错误之处,在所难免,欢迎批评指正。 -Using C++ to achieve the HTTP Web download, the realization of two ways: 1.WinInet (in this way is very simple, but it is not very flexible) 2.WinSock (that is, Socket, in this way a bit tedious, but you can customize the report to send HTTP text first and receive the first response, it is flexible) due to limited programming author, wrong, the inevitable criticism welcome.
Platform: | Size: 6144 | Author: star | Hits:

[WEB Codephphttpputmethod

Description: File upload using wininet api and HTTP
Platform: | Size: 3976192 | Author: Sheryl | Hits:

[Delphi VCLHttp

Description: Http 之 Wininet 下载示例程序
Platform: | Size: 173056 | Author: pauson | Hits:

[Internet-NetworkWinInet

Description: http方式读取IPC的视频数据,及保存文件-IPC http mode to read the video data, and save the file
Platform: | Size: 2372608 | Author: juncen | Hits:

[TCP/IP stack55a099707073

Description: wininet例子,客户端支持http协议-wininet example, client support http protocol
Platform: | Size: 11264 | Author: 林忠侣 | Hits:
« 12 3 4 5 6 »

CodeBus www.codebus.net